Welcome![Sign In][Sign Up]
Location:
Search - raw Socket

Search list

[VxWorksudp

Description: vxworks 下的网络程序源码---UDP源代码例子-VxWorks Network--- UDP source program source code examples
Platform: | Size: 9216 | Author: 李志海 | Hits:

[Internet-NetworkIPMonitor

Description: 应用Raw Socket编程对IP包进行监控,并根据IP头结构的知识对监控到的包进行分析并输出-Raw Socket Programming applications for IP packet monitor, and in accordance with the first structure of IP knowledge to monitor the packet to the analysis and output
Platform: | Size: 3421184 | Author: Cuilq | Hits:

[Internet-NetworkSYNFlood_WINSOCK

Description: 网络syn Flood攻击的代码,需要的下载。本程序通过使用Winsock2原始套接字提供函数sendto(),手动构造TCP SYN帧,对目标主机进行SYN Flood攻击。-Network syn Flood attack code needed to download. This procedure by using raw socket to provide Winsock2 function sendto (), Manual TCP SYN frame structure on the target host for SYN Flood attacks.
Platform: | Size: 2048 | Author: 许凡 | Hits:

[Internet-Networkitracert

Description: 使用raw socket实现的Tracert程序 编程环境: 操作系统:Windows XP SP2 开发语言:C++ 编译环境:MS Visual C++6.0 程序均为控制台界面,命令行格式为:命令名 IP地址或域名 例如:itracert www.163.com 或者 itracert_icmpdll 202.108.9.33 -Using raw socket programming to achieve the Tracert Environment: Operating System: Windows XP SP2 development language: C++ Compiler environment: MS Visual C++ 6.0 procedures are console interface, command line format is: command name IP address or domain name such as: itracert www.163.com or itracert_icmpdll 202.108.9.33
Platform: | Size: 67584 | Author: zhxx8851316 | Hits:

[Internet-Networksynscan

Description: windows平台vc6项目,在win2000上运行。 不能在winxp sp2及以上版本的windows系统中运行该程序,因为:XP SP2对raw socket做了一些限制,XP SP2仍支持raw socket的接收,但raw socket的发送被限制了: 1) 不能通过raw socket发送TCP报文。做此尝试时会得到10004号错误。 2) 不能通过raw socket发送伪造源IP的UDP报文。 3) 不能通过raw socket发送IP碎片。做此尝试时会得到10004号错误。 微软在tcpip.sys中固化了这些限制,没有注册表项对之调整。惟一已知解决方案是修理tcpip.sys.微软做了这些限制,目的是防止限制恶意代码将主机作为DDoS的工具,而且限制发送伪造IP包的能力。 -windows platform vc6 project, run in win2000. Winxp sp2 and can not be above the windows system to run the program, because: XP SP2 on the raw socket done some restrictions, XP SP2 is still raw socket support the reception, but the raw socket sent by limiting: 1) can not be raw Send TCP packet socket. Attempt to do this would be an error No. 10004. 2) can not send raw socket forged source IP of the UDP packet. 3) can not be raw socket to send IP fragments. Attempt to do this would be an error No. 10004. Microsoft tcpip.sys in curing these restrictions, there is no registry entries for the adjustment. The only known solution is to repair tcpip.sys. Microsoft has done these constraints, the purpose is to prevent malicious code restrictions on the host as a DDoS tools, and a restriction of sending fake IP packet capabilities.
Platform: | Size: 19456 | Author: 莫松成 | Hits:

[Sniffer Package captureAnalyzeTCP

Description: 本程序通过使用Winsock2原始套接字捕获局域网内TCP数据报,并解析TCP包头-This procedure through the use of raw socket capture Winsock2 LAN TCP datagram and resolve TCP Baotou
Platform: | Size: 5120 | Author: asfds | Hits:

[Windows Developzzh

Description: 利用原始套接字实现简单的TCP\IP协议分析器。 系统功能包括原始套接字与网卡绑定,并接收流经网卡的所有数据包; 对IP数据报进行分析以获得其首部详细信息; 对TCP报文段进行分析以获得其首部详细信息; 显示分析结果 -Easy to use raw socket implementation of the TCP \ IP protocol analyzer. System features include original socket and adapter binding, and receive all the data flows through the network adapter kits on an analysis of IP datagram to get their first detailed information of TCP segment analysis to get their first detailed information show the results of the analysis
Platform: | Size: 2878464 | Author: 谢晓东 | Hits:

[Windows DevelopIPpacket

Description: 网络编程\原始套接字生成IP数据包,学习网络安全编程入门程序-raw socket make ip packet
Platform: | Size: 8192 | Author: 柯超 | Hits:

[Internet-NetworkNetTraffic

Description: 通过注册表实现网络流量的监测,读者可以通过SNMP或原始套接字编程来实现同等功能。-Through the registry to achieve network traffic monitoring, SNMP or through the reader raw socket programming to achieve the same function.
Platform: | Size: 54272 | Author: lmy | Hits:

[Internet-NetworkMySniff

Description: 基于原始套接字的sniffer程序,集中了sniffer的精髓-A sniffer based on raw-socket
Platform: | Size: 78848 | Author: 小余 | Hits:

[Otherfirewall

Description: 这是关于原始套接字包过滤防火墙的源代码,希望大家可以下载学习指教-This is about raw socket packet filtering firewall source code, hope that we can download to learn Zhijiao
Platform: | Size: 4096 | Author: 张毅 | Hits:

[Internet-Networkping

Description: Visual C++的Ping程序实现.使用了原始套接字-Visual C++ implementation of the Ping program. Uses the raw socket
Platform: | Size: 28672 | Author: xhb | Hits:

[Sniffer Package captureTracert

Description: Tracert程序 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时错误,因为该路由器生成一份ICMP差错报文返回给源主机。随后,主机将数据报的TTL值递增1,以便IP报文能到达下一个路由器,并由下一路由器生成ICMP超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目的主机,此时目的主机将返回ICMP回显应答消息。这样,源主机只需对返回的每一份ICMP报文进行解析处理,就可以掌握数据报从源主机到达目的主机途中所经过的路由器信息。 本程序为控制台程序-Tracert using WinSocket
Platform: | Size: 1402880 | Author: wangweizhao | Hits:

[Windows Developsniffer

Description: 一个比较简单的sniffer源码(用vc6.0编程的程序),sniffer源码适合入门之用 想学网络编程的同志可以看看,用vc编的,好象用的是socket,原始套接字编程 程序主要是把网络上的包拦截下来,然后简单解析包头, 整个程序还是比较简单的,不过能让你很容易理解抓包的整体过程. -A relatively simple sniffer source code (using vc6.0 programming procedures), sniffer source code suitable for use in entry-comrades who want to learn network programming can see, using vc compiled, as if using a socket, raw socket programming procedures mainly to intercept packets on the network down, and then a simple analysis of Baotou, the entire process is relatively simple, but allows you to easily understand the overall process of Ethereal.
Platform: | Size: 54272 | Author: chen rong | Hits:

[Internet-Networkiplog

Description: An example of using raw socket to fiter an interface
Platform: | Size: 211968 | Author: p3dr0 | Hits:

[Internet-NetworkPackIntersocktsnifferv

Description: 一个比较简单的sniffer源码(用vc6.0编程的程序),sniffer源码适合入门之用 想学网络编程的同志可以看看,用vc编的,好象用的是socket,原始套接字编程 程序主要是把网络上的包拦截下来,然后简单解析包头, -A relatively simple sniffer source code (using vc6.0 programming procedures), sniffer source code used for entry comrades want to learn network programming can see, with vc series, as if using a socket, raw socket programming procedures mainly to intercept packets on the network down, then a simple analysis of Baotou,
Platform: | Size: 56320 | Author: ZSC | Hits:

[Internet-NetworkMapTest

Description: WINDOWS 原始socket通讯测试例子 共享内存通讯测试例子 管道通讯测试例子-WINDOWS raw socket communication test case of shared memory communication channel communications test case test case
Platform: | Size: 74752 | Author: lanjun | Hits:

[Windows DevelopPcap

Description: .net 下的抓包程序,很好用的,利用raw socket原理实现抓包功能呢个-. Net under the Ethereal program, useful, and use raw socket packet capture function it is realized during a
Platform: | Size: 28672 | Author: 方博 | Hits:

[Internet-Networkyuanshitaojiezi

Description: 原始套接字实现聊天程序,内含客户端和服务器端。-Raw socket to chat program that includes client and server side.
Platform: | Size: 63488 | Author: 于得实 | Hits:

[Linux-Unixindihgk

Description: 熟悉Linux环境下基本的RAW socket 编程,可以对以太网帧进行初步分析,可以通过程序完成第一个程序中对应的不同参差PDU字段分析,修改和重新发送-Familiar with the Linux environment, the basic RAW socket programming, you can conduct a preliminary analysis of the Ethernet frame can be completed through the program the first program corresponding to the different variations of PDU fields, modify, and re-send
Platform: | Size: 225280 | Author: 陈淼 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net